From 0605c3c16716c7395c637fa088ecb7563de74bd4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 3 Jan 2021 13:13:27 -0500 Subject: [PATCH] ci: Fix the harfbuzz build on MacOS We need to force c++11 at the toplevel here, since meson can't deal with per-project compiler choice. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed714f4668..770e9162c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -157,6 +157,7 @@ macos: script: - meson -Dx11-backend=false -Dintrospection=disabled + -Dcpp_std=c++11 _build - ninja -C _build artifacts: -- 2.30.2